PreviousNextTracker indexSee it online !

(163/287) 1346 - SideKick: Parse buffer when dockable is restored

If the SideKick dockable is "closed" (i.e. minimized), it stops listening to the edit bus (by "removeNotify"). Then, when the dockable is restored, it starts listening to the edit bus again but it does not update itself for the current buffer, so after restoring the dockable, the "Parse" button must be used.
The dockable should update the tree according to the current buffer, as it missed the edit bus message when the buffer was changed (if "parse on buffer switch" is not selected, it should at least update the combo-box with the parser that should be used for the current buffer).

Submitted shlomy - 2010-08-02 07:45:45 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments

2010-10-06 20:38:34
daleanson

What are the steps to reproduce this? I can't seem to make it fail as you're describing.